翻訳と辞書
Words near each other
・ Java Champions
・ Java chicken
・ Java class file
・ Java Class Library
・ Java Classloader
・ Java Code Coverage Tools
・ Java coffee
・ Java collections framework
・ Java Community Process
・ Java compiler
・ Java concurrency
・ Java Cryptography Architecture
・ Java Cryptography Extension
・ Java Data Mining
・ Java Data Objects
Java Database Connectivity
・ Java Decompiler
・ Java Desktop Integration Components
・ Java Desktop System
・ Java Development Kit
・ Java Device Test Suite
・ Java District
・ Java Dynamic Management Kit
・ Java EE application
・ Java EE Connector Architecture
・ Java EE version history
・ Java Embedding Plugin
・ Java Evolutionary Computation Toolkit
・ Java Formation
・ Java Foundation Classes


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java Database Connectivity : ウィキペディア英語版
Java Database Connectivity

Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, that defines how a client may access a database. It is part of the Java Standard Edition platform, from Oracle Corporation. It provides methods to query and update data in a database, and is oriented towards relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the Java virtual machine (JVM) host environment.
==History and implementation==
Sun Microsystems released JDBC as part of Java Development Kit (JDK) 1.1 on February 19, 1997.〔

Since then it has been part of the Java Platform, Standard Edition (Java SE).
The JDBC classes are contained in the Java package and .
Starting with version 3.1, JDBC has been developed under the Java Community Process. JSR 54 specifies JDBC 3.0 (included in J2SE 1.4), JSR 114 specifies the JDBC Rowset additions, and JSR 221 is the specification of JDBC 4.0 (included in Java SE 6).〔(JDBC API Specification Version: 4.0 ).〕
JDBC 4.1, is specified by a maintenance release 1 of JSR 221〔(JSR-000221 JDBC API Specification 4.1 (Maintenance Release 1) )〕 and is included in Java SE 7.〔http://docs.oracle.com/javase/7/docs/technotes/guides/jdbc/jdbc_41.html〕
The latest version, JDBC 4.2, is specified by a maintenance release 2 of JSR 221〔(JSR-000221 JDBC API Specification 4.2 (Maintenance Release 2) )〕 and is included in Java SE 8.〔http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/jdbc_42.html〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java Database Connectivity」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.